compat: Pandas 3.0.0#6749
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6749 +/- ##
==========================================
- Coverage 89.21% 89.21% -0.01%
==========================================
Files 332 332
Lines 72027 72074 +47
==========================================
+ Hits 64259 64299 +40
- Misses 7768 7775 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
hoxbro
commented
Dec 4, 2025
hoxbro
force-pushed
the
compat_pandas_3_0_0
branch
from
December 4, 2025 18:38
1843aff to
6ec6452
Compare
hoxbro
marked this pull request as ready for review
December 5, 2025 07:10
hoxbro
force-pushed
the
compat_pandas_3_0_0
branch
from
December 5, 2025 10:13
c29edbe to
afe83f1
Compare
hoxbro
commented
Dec 5, 2025
Comment on lines
+43
to
+47
| # convert-string will convert the object dtype to string | ||
| # even if the object is a list | ||
| # https://github.com/dask/dask/issues/10631 | ||
| with dask.config.set({"dataframe.convert-string": False}): | ||
| data = dd.from_pandas(data, npartitions=1) |
Member
Author
philippjfr
approved these changes
Dec 5, 2025
Contributor
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Core test updates have been related to
StringDtype.Some changes were also needed with respect to Copy-on-Write (CoW)
Also decided to remove the global configuration in our test dask setting
convert-stringto False.